home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / bbs / tm0206.txt < prev    next >
Text File  |  1994-01-23  |  2KB  |  51 lines

  1. SEA Technical Memorandum #0206, SEAdog 4.50; TTY Interface Functions
  2. Last updated: December 8, 1988
  3. Copyright 1988 by System Enhancement Associates, Inc.
  4.  
  5.  
  6.  
  7.                                 SEAdog 4.50
  8.  
  9.                           TTY Interface Functions
  10.  
  11.  
  12. The TTY interface in SEAdog 4.50 (accessed by pressing "Alt D" when the 
  13. mailer is running) includes several functions to provide common services.  
  14. These are accessed by pressing the proper keys, as follows:
  15.  
  16. PGUP     This tells the TTY interface to transmit ("upload") a file using 
  17.          adaptive SEAlink.  "Adaptive" means that it is compatible with 
  18.          XMODEM, Modem7, and Telink.  You will be prompted for the name(s) 
  19.          of the file(s) to transmit.  The "wildcard" characters "*" and "?" 
  20.          may be used.  
  21.  
  22. PGDN     This tells the TTY interface to receive ("download") a file using 
  23.          adaptive SEAlink.  You will NOT be prompted for the filename(s), 
  24.          so this is not compatible with XMODEM.  Any files received will be 
  25.          placed in your received files area, as defined by the FILES 
  26.          statement in your SEAdog configuration file.  
  27.  
  28. HOME     This is used to "jump to DOS" for a local MS-DOS session.  Use the 
  29.          MS-DOS "exit" command to return to the TTY session.  
  30.  
  31. END      This ends the TTY session and hangs up the phone.
  32.  
  33. Alt P    This toggles the parity mask.  When the parity mask is on, the 
  34.          "high bit" is masked off of all data received (except during 
  35.          SEAlink file transfers).  
  36.  
  37. Alt C    This toggles capture.  When capture is turned on, you are prompted 
  38.          for the name of a file to capture to.  If the file does not exist, 
  39.          it is created.  When capture is on any data received from the 
  40.          remote system (again except during SEAlink file transfers) is 
  41.          added to the end of the capture file.  The capture file is 
  42.          automatically closed when a TTY session ends.  
  43.  
  44.  
  45. In addition, the TTY interface automatically responds to an enquiry (ENQ) 
  46. by transmitting your name as given in the NAME statement (or equivalent) in 
  47. your SEAdog configuration file.  If you have multiple NAME statements, then 
  48. the first one is used.  The first space in the name is changed to a 
  49. semicolon.  Thus, this is compatible with both TBBS and Kitten 2.0, where 
  50. it provides a fast and easy session login.  
  51.